home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Loisirs 24
/
CDL24.iso
/
LAPLACE
/
IDEM.DXR
/
Biographie_9_Set Select It.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-10
|
241 b
|
14 lines
on enterFrame
global gExHot
set gExHot to 0
puppetSound("BIO.AIF")
repeat with x = 2 to 7
set the visible of sprite x to 0
end repeat
cursor(-1)
updateStage()
repeat while not (the mouseUp)
nothing()
end repeat
end